home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / MPW-GM / MPW / Examples / PPCExamples / AExamples / AsmSample / AsmSample ReadMe < prev    next >
Encoding:
Text File  |  1998-12-03  |  537 b   |  21 lines  |  [TEXT/MPS ]

  1.  
  2.  
  3. AsmSample is a simple application that demonstrates how C and assembly language
  4. routines can interact with one another.
  5.  
  6. The main program, written in C, calls an assembly language routine, passing it
  7. a parameter.
  8.  
  9. The assembly language routine, calls a C routine, passing it a parameter.
  10.  
  11.  
  12. To build the sample without debug information, use:
  13.  
  14. make -e -f AsmSample.make > AsmSample.makeout
  15. AsmSample.makeout
  16.  
  17. To build the sample suitable for debugging, use:
  18.  
  19. make -e -f AsmSample.make -d SymOpt=on > AsmSample.makeout
  20. AsmSample.makeout
  21.